join array of strings php

43

$arr = array('Hello','World!','Beautiful','Day!');
echo join(", ",$arr);

Comments

Submit
0 Comments